API Restfull Simplifies
Esta documentación tiene como objetivo proporcionar toda la información que necesita para trabajar con nuestra API.
To authenticate requests, include an Authorization header with the value "Bearer {YOUR_AUTH_KEY}".
All authenticated endpoints are marked with a requires authentication badge in the documentation below.
Usted puede obtener su token usando unas credenciales válidas para el Endpoint Login.
const url = new URL(
"http://localhost/api/testing-websocket"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); content-type
: text/html; charset=UTF-8
cache-control
: no-cache, private
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 46
vary
: Origin
const url = new URL(
"http://localhost/api/fetch-data"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 45
vary
: Origin
{
"message": "Server Error"
}
const url = new URL(
"http://localhost/api/register_client"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/register_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login-phone"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/login-phone-get-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 44
vary
: Origin
{
"msg": [
"The email field is required.",
"The password field is required."
]
}
const url = new URL(
"http://localhost/api/usuario"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 43
vary
: Origin
{
"users": [
{
"id": 1,
"name": "Yasmany",
"email": "yasmany891230@gmail.com",
"created_at": "2023-10-12T21:25:37.000000Z",
"updated_at": "2024-03-18T21:21:32.000000Z"
},
{
"id": 190,
"name": "barbero1",
"email": "barbero@klint.cl",
"created_at": "2024-05-17T20:01:17.000000Z",
"updated_at": "2024-06-13T02:01:26.000000Z"
},
{
"id": 194,
"name": "encargado1",
"email": "encargado@klint.cl",
"created_at": "2024-05-17T20:46:16.000000Z",
"updated_at": "2024-06-11T19:05:13.000000Z"
},
{
"id": 195,
"name": "tottem",
"email": "coordinador@klint.cl",
"created_at": "2024-05-17T21:03:45.000000Z",
"updated_at": "2024-06-04T13:46:40.000000Z"
},
{
"id": 197,
"name": "cajero",
"email": "cajeroprueba@ssda.cu",
"created_at": "2024-05-18T07:54:28.000000Z",
"updated_at": "2024-06-05T16:03:58.000000Z"
},
{
"id": 198,
"name": "admin",
"email": "admin@gadmi.co",
"created_at": "2024-05-18T13:52:29.000000Z",
"updated_at": "2024-07-05T19:09:59.000000Z"
},
{
"id": 216,
"name": "tecnico",
"email": "tecnico@klint.cl",
"created_at": "2024-05-20T18:24:08.000000Z",
"updated_at": "2024-06-10T19:01:21.000000Z"
},
{
"id": 217,
"name": "andrea",
"email": "andrea@barber.com",
"created_at": "2024-05-20T19:47:44.000000Z",
"updated_at": "2024-06-25T23:55:22.000000Z"
},
{
"id": 220,
"name": "pizarra",
"email": "carne@ejemplo.com",
"created_at": "2024-05-20T21:04:38.000000Z",
"updated_at": "2024-06-21T20:54:26.000000Z"
},
{
"id": 240,
"name": "andrea2",
"email": "abarber@ejemplo.com",
"created_at": "2024-05-22T14:46:04.000000Z",
"updated_at": "2024-05-22T14:46:04.000000Z"
},
{
"id": 242,
"name": "yoli2",
"email": "yoli2@barber.com",
"created_at": "2024-05-22T14:54:35.000000Z",
"updated_at": "2024-06-05T16:48:41.000000Z"
},
{
"id": 249,
"name": "nueva1",
"email": "prueba1@ehemplp.com",
"created_at": "2024-05-26T12:07:04.000000Z",
"updated_at": "2024-05-26T12:07:04.000000Z"
},
{
"id": 250,
"name": "nuevo1",
"email": "nuevo@klint.cl",
"created_at": "2024-05-27T15:22:01.000000Z",
"updated_at": "2024-06-05T12:06:29.000000Z"
},
{
"id": 252,
"name": "fifo",
"email": "fifo@gmail.com",
"created_at": "2024-05-27T20:53:07.000000Z",
"updated_at": "2024-05-27T20:53:07.000000Z"
},
{
"id": 255,
"name": "daniela",
"email": "daneila@ejemplo.com",
"created_at": "2024-05-28T14:18:25.000000Z",
"updated_at": "2024-05-28T14:18:25.000000Z"
},
{
"id": 266,
"name": "coordinador1",
"email": "Coordinador1@klint.cl",
"created_at": "2024-05-29T19:50:40.000000Z",
"updated_at": "2024-06-10T19:02:15.000000Z"
},
{
"id": 271,
"name": "barbero2",
"email": "barbero2@klint.cl",
"created_at": "2024-06-05T12:53:30.000000Z",
"updated_at": "2024-06-05T12:53:30.000000Z"
},
{
"id": 290,
"name": "adminSP",
"email": "adminsp@dfjfdf.df",
"created_at": "2024-06-06T17:21:39.000000Z",
"updated_at": "2024-06-06T17:21:39.000000Z"
},
{
"id": 347,
"name": "viviana",
"email": "viviana@ejemplo.com",
"created_at": "2024-06-18T20:23:26.000000Z",
"updated_at": "2024-06-24T23:04:41.000000Z"
},
{
"id": 401,
"name": "Vasquez",
"email": "luisruz1235@gmail.com",
"created_at": "2024-06-24T23:06:58.000000Z",
"updated_at": "2024-06-26T00:22:45.000000Z"
},
{
"id": 403,
"name": "hernandez",
"email": "Gregory@ejemplo2.com",
"created_at": "2024-06-24T23:17:42.000000Z",
"updated_at": "2024-06-24T23:21:12.000000Z"
},
{
"id": 404,
"name": "marin",
"email": "Richard@ejemplo2.com",
"created_at": "2024-06-24T23:18:24.000000Z",
"updated_at": "2024-06-24T23:21:20.000000Z"
},
{
"id": 405,
"name": "esteban",
"email": "Gregorio@ejemplo2.com",
"created_at": "2024-06-24T23:19:49.000000Z",
"updated_at": "2024-06-24T23:21:32.000000Z"
},
{
"id": 406,
"name": "Benitez",
"email": "Ricardo@ejemplo2.com",
"created_at": "2024-06-24T23:20:49.000000Z",
"updated_at": "2024-06-24T23:20:49.000000Z"
},
{
"id": 407,
"name": "Garcia",
"email": "anfreny@ejemplo.com",
"created_at": "2024-06-24T23:23:15.000000Z",
"updated_at": "2024-06-24T23:23:15.000000Z"
},
{
"id": 408,
"name": "Petit",
"email": "andres@ejemplo2.com",
"created_at": "2024-06-24T23:25:07.000000Z",
"updated_at": "2024-06-24T23:25:07.000000Z"
},
{
"id": 409,
"name": "Pbosquemar",
"email": "pizarra@bosquemar.com",
"created_at": "2024-06-24T23:33:39.000000Z",
"updated_at": "2024-06-24T23:33:39.000000Z"
},
{
"id": 410,
"name": "guerrero",
"email": "viviana@cordinadora.com",
"created_at": "2024-06-24T23:42:12.000000Z",
"updated_at": "2024-06-24T23:42:12.000000Z"
},
{
"id": 411,
"name": "tbosquemar",
"email": "totem@bosquemar.com",
"created_at": "2024-06-24T23:44:00.000000Z",
"updated_at": "2024-06-26T13:21:03.000000Z"
},
{
"id": 436,
"name": "mariolys",
"email": "mariolys@cajera.com",
"created_at": "2024-06-25T23:55:56.000000Z",
"updated_at": "2024-06-25T23:55:56.000000Z"
},
{
"id": 437,
"name": "romero",
"email": "mariolys@coordinadora.com",
"created_at": "2024-06-25T23:56:36.000000Z",
"updated_at": "2024-06-25T23:56:36.000000Z"
},
{
"id": 594,
"name": "barbero3",
"email": "barbero3@klint.cl",
"created_at": "2024-07-01T14:38:47.000000Z",
"updated_at": "2024-07-01T14:38:47.000000Z"
},
{
"id": 595,
"name": "encargado2",
"email": "encargado2@klint.cl",
"created_at": "2024-07-01T14:39:59.000000Z",
"updated_at": "2024-07-01T14:39:59.000000Z"
},
{
"id": 604,
"name": "tecnico2",
"email": "tecnico2@klint.cl",
"created_at": "2024-07-01T15:33:30.000000Z",
"updated_at": "2024-07-01T15:33:30.000000Z"
},
{
"id": 766,
"name": "prueba giftcard",
"email": "giftcard@sadsad.cu",
"created_at": "2024-07-15T10:33:33.000000Z",
"updated_at": "2024-07-15T10:33:33.000000Z"
},
{
"id": 767,
"name": "christan",
"email": "christan@ejemplo.com",
"created_at": "2024-07-15T14:32:03.000000Z",
"updated_at": "2024-07-15T14:32:03.000000Z"
},
{
"id": 768,
"name": "olivar",
"email": "olivar@ejemplo.com",
"created_at": "2024-07-15T14:39:28.000000Z",
"updated_at": "2024-07-15T14:39:28.000000Z"
},
{
"id": 769,
"name": "Sergio matias carcamo sanchez",
"email": "Sergicrck13@gmail.com",
"created_at": "2024-07-15T15:05:27.000000Z",
"updated_at": "2024-07-15T15:05:27.000000Z"
},
{
"id": 770,
"name": "Felipe",
"email": "Marzelo47@gmail.com",
"created_at": "2024-07-15T15:10:11.000000Z",
"updated_at": "2024-07-15T15:10:11.000000Z"
},
{
"id": 771,
"name": "Franco pinda",
"email": "Francopida@gnail.com",
"created_at": "2024-07-15T15:14:33.000000Z",
"updated_at": "2024-07-15T15:14:33.000000Z"
},
{
"id": 772,
"name": "Felipe Ramirez",
"email": "Tpsherbandez@gmail.com",
"created_at": "2024-07-15T15:21:12.000000Z",
"updated_at": "2024-07-15T15:21:12.000000Z"
},
{
"id": 773,
"name": "Vicente Salazar",
"email": "Paola203860@gmail.com",
"created_at": "2024-07-15T15:29:56.000000Z",
"updated_at": "2024-07-15T15:29:56.000000Z"
},
{
"id": 774,
"name": "Cristóbal contreras",
"email": "Cristobalcontrerasmancilla@gmail.com",
"created_at": "2024-07-15T15:34:16.000000Z",
"updated_at": "2024-07-15T15:34:16.000000Z"
},
{
"id": 775,
"name": "Cliente José luis",
"email": "Prueba1@gmail.com",
"created_at": "2024-07-15T15:35:39.000000Z",
"updated_at": "2024-07-15T15:35:39.000000Z"
},
{
"id": 776,
"name": "Felipe Sebastián barria",
"email": "barria.ojeda@gmail.com",
"created_at": "2024-07-15T15:37:36.000000Z",
"updated_at": "2024-07-15T15:37:36.000000Z"
},
{
"id": 777,
"name": "Cristóbal Gallardo",
"email": "Carlos.gallardo@live.cl",
"created_at": "2024-07-15T15:55:09.000000Z",
"updated_at": "2024-07-15T15:55:09.000000Z"
},
{
"id": 778,
"name": "Mariano gael igor cid",
"email": "Ignasia.cidojeda@gmail.com",
"created_at": "2024-07-15T15:58:33.000000Z",
"updated_at": "2024-07-15T15:58:33.000000Z"
},
{
"id": 779,
"name": "Felipe Octavio Carrasco ruiz",
"email": "pipecarrasco14@gmail.com",
"created_at": "2024-07-15T16:03:19.000000Z",
"updated_at": "2024-07-15T16:03:19.000000Z"
},
{
"id": 780,
"name": "Vicente Nicolás eugenio",
"email": "vicente.eugeniodh@gmail.com",
"created_at": "2024-07-15T16:08:18.000000Z",
"updated_at": "2024-07-15T16:08:18.000000Z"
},
{
"id": 781,
"name": "Juan soto",
"email": "juanrubensoto@icloud.com",
"created_at": "2024-07-15T16:09:25.000000Z",
"updated_at": "2024-07-15T16:09:25.000000Z"
},
{
"id": 782,
"name": "Luis Alberto linares",
"email": "albertoguarecuco24@gmail.com",
"created_at": "2024-07-15T16:17:08.000000Z",
"updated_at": "2024-07-15T16:17:08.000000Z"
},
{
"id": 783,
"name": "Juan zoto",
"email": "Zoto2@gmail.com",
"created_at": "2024-07-15T16:18:20.000000Z",
"updated_at": "2024-07-15T16:18:20.000000Z"
},
{
"id": 784,
"name": "Yonathan Agüero paredes",
"email": "Y.agueroparedes@gmail.com",
"created_at": "2024-07-15T16:31:28.000000Z",
"updated_at": "2024-07-15T16:31:28.000000Z"
},
{
"id": 785,
"name": "Tomas aguirre",
"email": "mcabellou@gmail.com",
"created_at": "2024-07-15T16:54:15.000000Z",
"updated_at": "2024-07-15T16:54:15.000000Z"
},
{
"id": 786,
"name": "Matias aguirre",
"email": "matias.aguiavi@gmail.com",
"created_at": "2024-07-15T16:57:03.000000Z",
"updated_at": "2024-07-15T16:57:03.000000Z"
},
{
"id": 787,
"name": "Diego miranda",
"email": "violallanllan@gmail.com",
"created_at": "2024-07-15T17:06:29.000000Z",
"updated_at": "2024-07-15T17:06:29.000000Z"
},
{
"id": 788,
"name": "Benjamin miranda",
"email": "Viol",
"created_at": "2024-07-15T17:07:08.000000Z",
"updated_at": "2024-07-15T17:07:08.000000Z"
},
{
"id": 789,
"name": "Simón Emilio Maldonado torres",
"email": "Alejandratorrescarcamo@gmail.com",
"created_at": "2024-07-15T17:11:19.000000Z",
"updated_at": "2024-07-15T17:11:19.000000Z"
},
{
"id": 790,
"name": "José enrriques",
"email": "José.enrriques@gmail.com",
"created_at": "2024-07-15T17:37:19.000000Z",
"updated_at": "2024-07-15T17:37:19.000000Z"
},
{
"id": 791,
"name": "Simon",
"email": "Prueba1@gmail.com1",
"created_at": "2024-07-15T17:58:35.000000Z",
"updated_at": "2024-07-15T17:58:35.000000Z"
},
{
"id": 792,
"name": "Juan pablo",
"email": "Prueba1@gmail.com12",
"created_at": "2024-07-15T17:59:28.000000Z",
"updated_at": "2024-07-15T17:59:28.000000Z"
},
{
"id": 793,
"name": "Luciano Salazar",
"email": "G43g046@gmail.com",
"created_at": "2024-07-15T18:20:38.000000Z",
"updated_at": "2024-07-15T18:20:38.000000Z"
},
{
"id": 794,
"name": "pruebaKlint1",
"email": "fdgfdg@dfdf.fg",
"created_at": "2024-07-16T02:04:15.000000Z",
"updated_at": "2024-07-16T02:04:15.000000Z"
},
{
"id": 795,
"name": "segundoKlint",
"email": "rfeg@erfdd.df5",
"created_at": "2024-07-16T02:48:25.000000Z",
"updated_at": "2024-07-16T02:48:25.000000Z"
},
{
"id": 796,
"name": "otroKlint4",
"email": "dfgdfg@dfdf.fg",
"created_at": "2024-07-16T03:01:04.000000Z",
"updated_at": "2024-07-16T03:01:04.000000Z"
},
{
"id": 797,
"name": "probandoKlint5",
"email": "fghfg@sdfd.hj",
"created_at": "2024-07-16T03:03:07.000000Z",
"updated_at": "2024-07-16T03:03:07.000000Z"
},
{
"id": 798,
"name": "diaaHoy",
"email": "fgdg@sdsd.sd",
"created_at": "2024-07-16T04:03:16.000000Z",
"updated_at": "2024-07-16T04:03:16.000000Z"
},
{
"id": 799,
"name": "martes1",
"email": "dfgf@sdsd.sd",
"created_at": "2024-07-16T15:52:15.000000Z",
"updated_at": "2024-07-16T15:52:15.000000Z"
},
{
"id": 800,
"name": "martes2",
"email": "sdfsd@sdd.sd",
"created_at": "2024-07-16T15:58:12.000000Z",
"updated_at": "2024-07-16T15:58:12.000000Z"
},
{
"id": 801,
"name": "martes3",
"email": "fdgdfg@erere.er",
"created_at": "2024-07-16T16:05:52.000000Z",
"updated_at": "2024-07-16T16:05:52.000000Z"
},
{
"id": 802,
"name": "martes5",
"email": "dfgfdg@sdd.sd",
"created_at": "2024-07-16T16:10:53.000000Z",
"updated_at": "2024-07-16T16:10:53.000000Z"
},
{
"id": 803,
"name": "martes5",
"email": "dfgdf@sdds.sd",
"created_at": "2024-07-16T16:29:45.000000Z",
"updated_at": "2024-07-16T16:29:45.000000Z"
},
{
"id": 804,
"name": "Martes6",
"email": "dfgdfgfd@sdsdsd.sd",
"created_at": "2024-07-16T16:31:12.000000Z",
"updated_at": "2024-07-16T16:31:12.000000Z"
},
{
"id": 805,
"name": "martes7",
"email": "fdgfg@vvcv.cv",
"created_at": "2024-07-16T16:32:57.000000Z",
"updated_at": "2024-07-16T16:32:57.000000Z"
},
{
"id": 806,
"name": "masdsd",
"email": "dsfdf@sdsd.sd",
"created_at": "2024-07-16T16:34:49.000000Z",
"updated_at": "2024-07-16T16:34:49.000000Z"
},
{
"id": 807,
"name": "otroMartes8",
"email": "fghfghh@erer.er",
"created_at": "2024-07-16T16:51:50.000000Z",
"updated_at": "2024-07-16T16:51:50.000000Z"
},
{
"id": 808,
"name": "mier1",
"email": "asd@wewe.we",
"created_at": "2024-07-17T16:08:08.000000Z",
"updated_at": "2024-07-17T16:08:08.000000Z"
},
{
"id": 809,
"name": "tito2",
"email": "sadsd@sdsd.sd",
"created_at": "2024-07-17T16:16:02.000000Z",
"updated_at": "2024-07-17T16:16:02.000000Z"
},
{
"id": 810,
"name": "meiercolesOTRO",
"email": "sfdf@sdsd.sd",
"created_at": "2024-07-17T20:04:03.000000Z",
"updated_at": "2024-07-17T20:04:03.000000Z"
},
{
"id": 811,
"name": "Yasma1",
"email": "dfsf@sdfdf.df",
"created_at": "2024-07-18T01:26:03.000000Z",
"updated_at": "2024-07-18T01:26:03.000000Z"
},
{
"id": 812,
"name": "camilo2",
"email": "fdgdf@sdsd.fg",
"created_at": "2024-07-18T01:30:16.000000Z",
"updated_at": "2024-07-18T01:30:16.000000Z"
},
{
"id": 813,
"name": "coco1",
"email": "fgdgdf@sdsdsd.sd5",
"created_at": "2024-07-18T01:37:20.000000Z",
"updated_at": "2024-07-18T01:37:20.000000Z"
},
{
"id": 814,
"name": "titititit",
"email": "fdgdfgdf@ssdsd.sd",
"created_at": "2024-07-18T01:39:35.000000Z",
"updated_at": "2024-07-18T01:39:35.000000Z"
},
{
"id": 815,
"name": "Mario",
"email": "retreter@sdsds.dsd",
"created_at": "2024-07-18T01:41:32.000000Z",
"updated_at": "2024-07-18T01:41:32.000000Z"
},
{
"id": 816,
"name": "joseito",
"email": "fghfgh@sdsd.sd",
"created_at": "2024-07-18T02:01:25.000000Z",
"updated_at": "2024-07-18T02:01:25.000000Z"
},
{
"id": 817,
"name": "fffff",
"email": "ffdfff@ssdsd.sd",
"created_at": "2024-07-18T02:57:34.000000Z",
"updated_at": "2024-07-18T02:57:34.000000Z"
},
{
"id": 818,
"name": "kkkkk",
"email": "fddfgfd@sdsd.sd",
"created_at": "2024-07-18T02:58:44.000000Z",
"updated_at": "2024-07-18T02:58:44.000000Z"
},
{
"id": 819,
"name": "jose",
"email": "sfdf@ssds.ds",
"created_at": "2024-07-18T15:03:09.000000Z",
"updated_at": "2024-07-18T15:03:09.000000Z"
},
{
"id": 820,
"name": "ccccc",
"email": "edfdsfd@wsdsds.dsd4",
"created_at": "2024-07-18T15:06:26.000000Z",
"updated_at": "2024-07-18T15:06:26.000000Z"
},
{
"id": 821,
"name": "mario",
"email": "dfdf@sdsd.sd",
"created_at": "2024-07-18T15:07:11.000000Z",
"updated_at": "2024-07-18T15:07:11.000000Z"
},
{
"id": 822,
"name": "mmmmmm",
"email": "dfgfd@ssd.sd",
"created_at": "2024-07-18T15:09:04.000000Z",
"updated_at": "2024-07-18T15:09:04.000000Z"
},
{
"id": 823,
"name": "sdsdsd",
"email": "sdsd@asas.as",
"created_at": "2024-07-18T16:39:06.000000Z",
"updated_at": "2024-07-18T16:39:06.000000Z"
},
{
"id": 824,
"name": "titiititit",
"email": "dsfsdfsdfd@sdsd.sd",
"created_at": "2024-07-18T16:53:28.000000Z",
"updated_at": "2024-07-18T16:53:28.000000Z"
},
{
"id": 825,
"name": "moarisdkids",
"email": "sdfsdfsd@sdsd.sd",
"created_at": "2024-07-18T16:57:28.000000Z",
"updated_at": "2024-07-18T16:57:28.000000Z"
},
{
"id": 826,
"name": "fdgdfgfd",
"email": "sdsd@sds.ds",
"created_at": "2024-07-18T17:01:00.000000Z",
"updated_at": "2024-07-18T17:01:00.000000Z"
},
{
"id": 827,
"name": "cosodsd",
"email": "dfsdf@dsd.sd",
"created_at": "2024-07-18T17:08:38.000000Z",
"updated_at": "2024-07-18T17:08:38.000000Z"
},
{
"id": 828,
"name": "fdsfsdfds",
"email": "fdsfsdf@sdsd.sd",
"created_at": "2024-07-18T17:10:25.000000Z",
"updated_at": "2024-07-18T17:10:25.000000Z"
},
{
"id": 829,
"name": "Jorgitoooo",
"email": "dfddfdfd@ssd.sd",
"created_at": "2024-07-18T17:11:29.000000Z",
"updated_at": "2024-07-18T17:11:29.000000Z"
},
{
"id": 830,
"name": "Aleatorio1",
"email": "aaaaaa@aaa.aa",
"created_at": "2024-07-18T19:38:18.000000Z",
"updated_at": "2024-07-18T19:38:18.000000Z"
},
{
"id": 831,
"name": "Seleccionado mismo correo",
"email": "aaaaaa@aaa.aa",
"created_at": "2024-07-18T19:39:08.000000Z",
"updated_at": "2024-07-18T19:39:08.000000Z"
},
{
"id": 832,
"name": "fffff",
"email": "sdssd",
"created_at": "2024-07-18T21:46:40.000000Z",
"updated_at": "2024-07-18T21:46:40.000000Z"
},
{
"id": 833,
"name": "ttttt",
"email": "fjghfgjhfgjhfg@hhg.jk",
"created_at": "2024-07-18T21:49:50.000000Z",
"updated_at": "2024-07-18T21:49:50.000000Z"
},
{
"id": 834,
"name": "kjkljhkjh",
"email": "kjhgkjhgjg@fgfgf.jh",
"created_at": "2024-07-18T21:51:52.000000Z",
"updated_at": "2024-07-18T21:51:52.000000Z"
},
{
"id": 835,
"name": "ghgjgjjhgjhgjh",
"email": "ghfghfghf@ghgh.gf",
"created_at": "2024-07-18T21:53:22.000000Z",
"updated_at": "2024-07-18T21:53:22.000000Z"
},
{
"id": 836,
"name": "sdsdsd",
"email": "sdsdd@sdsd.sd3",
"created_at": "2024-07-19T04:09:20.000000Z",
"updated_at": "2024-07-19T04:09:20.000000Z"
},
{
"id": 837,
"name": "otro1",
"email": "dsfsd@sasd.sd",
"created_at": "2024-07-19T13:07:51.000000Z",
"updated_at": "2024-07-19T13:07:51.000000Z"
},
{
"id": 838,
"name": "dfdf",
"email": "dfdfs@ssd.sd",
"created_at": "2024-07-19T13:12:23.000000Z",
"updated_at": "2024-07-19T13:12:23.000000Z"
},
{
"id": 839,
"name": "fghfghf",
"email": "fdsdf@sdsd.sd",
"created_at": "2024-07-19T13:33:19.000000Z",
"updated_at": "2024-07-19T13:33:19.000000Z"
},
{
"id": 840,
"name": "gfhfdhfgh",
"email": "gfhfhfg@sdfdfd.df",
"created_at": "2024-07-19T13:36:05.000000Z",
"updated_at": "2024-07-19T13:36:05.000000Z"
},
{
"id": 841,
"name": "ghhfghfhfg",
"email": "hhfhg@wewew.we",
"created_at": "2024-07-19T13:42:54.000000Z",
"updated_at": "2024-07-19T13:42:54.000000Z"
},
{
"id": 842,
"name": "reserv1",
"email": "dsfdsf@sddsd.sd",
"created_at": "2024-07-20T14:03:02.000000Z",
"updated_at": "2024-07-20T14:03:02.000000Z"
},
{
"id": 843,
"name": "reserv2",
"email": "sdfsdfsf@sdsd.sd",
"created_at": "2024-07-20T14:07:25.000000Z",
"updated_at": "2024-07-20T14:07:25.000000Z"
},
{
"id": 844,
"name": "reserva3",
"email": "dsdfdf@ssds.sd",
"created_at": "2024-07-20T14:10:32.000000Z",
"updated_at": "2024-07-20T14:10:32.000000Z"
},
{
"id": 845,
"name": "hdjdjddf",
"email": "hggfg@adasa.cu",
"created_at": "2024-07-20T14:21:19.000000Z",
"updated_at": "2024-07-20T14:21:19.000000Z"
},
{
"id": 846,
"name": "tt",
"email": "dsfd@sdsd.fg",
"created_at": "2024-07-21T01:48:06.000000Z",
"updated_at": "2024-07-21T01:48:06.000000Z"
},
{
"id": 847,
"name": "domingo1",
"email": "sdfsdf@sdsd.dfd",
"created_at": "2024-07-21T16:15:42.000000Z",
"updated_at": "2024-07-21T16:15:42.000000Z"
},
{
"id": 848,
"name": "tito2",
"email": "dsf@sadsd.sd",
"created_at": "2024-07-21T16:29:13.000000Z",
"updated_at": "2024-07-21T16:29:13.000000Z"
},
{
"id": 849,
"name": "pedro",
"email": "dsfsdf@ssds.ds",
"created_at": "2024-07-21T18:54:58.000000Z",
"updated_at": "2024-07-21T18:54:58.000000Z"
},
{
"id": 850,
"name": "Jose",
"email": "dfgfd@sdsd.ddf",
"created_at": "2024-07-21T19:01:45.000000Z",
"updated_at": "2024-07-21T19:01:45.000000Z"
},
{
"id": 851,
"name": "pipo",
"email": "sdfsd@ssd.dd",
"created_at": "2024-07-21T19:06:59.000000Z",
"updated_at": "2024-07-21T19:06:59.000000Z"
},
{
"id": 852,
"name": "pablo",
"email": "dfgdg@dfdf.df",
"created_at": "2024-07-21T19:50:23.000000Z",
"updated_at": "2024-07-21T19:50:23.000000Z"
},
{
"id": 853,
"name": "mmm",
"email": "jgjhg@fgh.jk",
"created_at": "2024-07-21T21:01:24.000000Z",
"updated_at": "2024-07-21T21:01:24.000000Z"
},
{
"id": 854,
"name": "coco",
"email": "gdfgd@sdsd.sd",
"created_at": "2024-07-21T21:19:42.000000Z",
"updated_at": "2024-07-21T21:19:42.000000Z"
}
]
}
const url = new URL(
"http://localhost/api/qrCode"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 42
vary
: Origin
{
"msg": "The branch id field is required. (and 1 more error)Error al ver los datos del usuario"
}
const url = new URL(
"http://localhost/api/qrCode-otros"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 41
vary
: Origin
{
"msg": "The branch id field is required. (and 1 more error)Error al ver los datos del usuario"
}
const url = new URL(
"http://localhost/api/reactive-password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 40
vary
: Origin
{
"msg": [
"The email field is required."
]
}
const url = new URL(
"http://localhost/api/change_password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 39
vary
: Origin
{
"msg": [
"The id field is required.",
"The password field is required."
]
}
const url = new URL(
"http://localhost/api/profile"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/logout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/notification-professional-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tail_branch_attended_shiftboard"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-cars"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment-updated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollmentstore-show-notIn"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/enrollmentstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/enrollmentstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore-show-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/products-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/show-stores-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore-show-academy-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/productstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/category_products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/move-product-store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/move-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-academy-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show-notin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store-show-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-products-services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-day"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-week"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cars-winner-mounth"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-cars-delete"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-denegada"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/car_orders"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_order_delete_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_order_delete_branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car-give-tips"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/car_services2"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tecnico-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car-date"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/tecnico-car-date"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-car-notpay"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservations-count-week"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/client-history"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/reservation-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional_reservations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-reservations-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-reservations-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional_reservationDate"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservation_store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/update-confirmation-code"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 38
vary
: Origin
{
"msg": "The code field is required. (and 1 more error)Error al actualizar la reservacion"
}
const url = new URL(
"http://localhost/api/update-confirmation-client"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 37
vary
: Origin
{
"msg": "The reservation id field is required.Error al actualizar la reservacion"
}
const url = new URL(
"http://localhost/api/reservation-notconfirm"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
x-ratelimit-limit
: 60
x-ratelimit-remaining
: 36
vary
: Origin
{
"msg": "Reservacion eliminada correctamente"
}
const url = new URL(
"http://localhost/api/branch-reservations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/reservations-count"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associated-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-type-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-type-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/expense-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/expense-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/revenue-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/revenue-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-NOTIN"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/charge-permission"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/rule-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/rule-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/business-winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/show-business"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch_winner_icon"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/company_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branches_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_professionals_winner"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/company-close-car"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-payment-show-bonus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-show-apk"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment-periodo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional-payment-cashier"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional-payment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-win-year"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-show-value"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-user"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-user"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-cardgift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-user-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/card-gift-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/card-gift-update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-denegar"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order-delete-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/store-products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order2"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/order-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/sales_periodo_branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale-destroy-solicitud"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale-denegar"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/cashiersale"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment-product-sales"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/payment-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/payment"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/payment-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/closebox-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/closebox"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/closebox-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/box-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/box"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/box-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/services-professional-branch-web"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice-meta"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professionalservice-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/professional_services"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/store_professional_service"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-service-professionals"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/services-professional-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professionals-branch-service"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-professionals"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchprofessional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchprofessional-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/request_location_professional"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-professionals-barber-totem"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch-professionals-barber-tecnico"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branch_colacion"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_colacion3"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_colacion4"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-show-autocomplete-Notin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/professional-show-autocomplete"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore-show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore-show-notInt"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchstore-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchstore"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/associate-branch"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch_rules"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branch-rules-noIn"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}
const url = new URL(
"http://localhost/api/branchrule-destroy"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchrule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json()); const url = new URL(
"http://localhost/api/branchrule"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"Accept-Language": "es",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json()); cache-control
: no-cache, private
content-type
: application/json
vary
: Origin
{
"message": "Unauthenticated."
}